[][src]Type Definition minimp3_ex_sys::MP3D_ITERATE_CB

type MP3D_ITERATE_CB = Option<unsafe extern "C" fn(user_data: *mut c_void, frame: *const u8, frame_size: c_int, free_format_bytes: c_int, buf_size: usize, offset: u64, info: *mut mp3dec_frame_info_t) -> c_int>;