Type Definition raylib_ffi::AudioCallback

source ·
pub type AudioCallback = Option<unsafe extern "C" fn(bufferData: *mut c_void, frames: c_uint)>;