snd_shm_area_destroy method
Implementation
int snd_shm_area_destroy(
ffi.Pointer<snd_shm_area> area,
) {
return _snd_shm_area_destroy(
area,
);
}
int snd_shm_area_destroy(
ffi.Pointer<snd_shm_area> area,
) {
return _snd_shm_area_destroy(
area,
);
}