pub type FMOD_DEBUG_CALLBACK = Option<unsafe extern "C" fn(flags: FMOD_DEBUG_FLAGS, file: *const c_char, line: c_int, func: *const c_char, message: *const c_char) -> FMOD_RESULT>;Aliased Type§
pub enum FMOD_DEBUG_CALLBACK {
None,
Some(unsafe extern "C" fn(u32, *const i8, i32, *const i8, *const i8) -> FMOD_RESULT),
}