Type Definition libretro_sys::AudioSampleBatchFn[][src]

type AudioSampleBatchFn = unsafe extern "C" fn(data: *const i16, frames: size_t) -> size_t;