[][src]Type Definition miniaudio_sys::ma_decoder_read_proc

type ma_decoder_read_proc = Option<unsafe extern "C" fn(pDecoder: *mut ma_decoder, pBufferOut: *mut c_void, bytesToRead: usize) -> usize>;