snd_hwdep_dsp_image_malloc method

int snd_hwdep_dsp_image_malloc(
  1. Pointer<Pointer<snd_hwdep_dsp_image_t>> ptr
)

Implementation

int snd_hwdep_dsp_image_malloc(
  ffi.Pointer<ffi.Pointer<snd_hwdep_dsp_image_t>> ptr,
) {
  return _snd_hwdep_dsp_image_malloc(
    ptr,
  );
}