pub type FMOD_MEMORY_ALLOC_CALLBACK = Option<unsafe extern "C" fn(size: c_uint, type_: FMOD_MEMORY_TYPE, sourcestr: *const c_char) -> *mut c_void>;Aliased Type§
pub enum FMOD_MEMORY_ALLOC_CALLBACK {
None,
Some(unsafe extern "C" fn(u32, u32, *const i8) -> *mut c_void),
}