snd_shm_area_destroy method

int snd_shm_area_destroy(
  1. Pointer<snd_shm_area> area
)

Implementation

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