FMOD_DEBUG_CALLBACK

Type Alias FMOD_DEBUG_CALLBACK 

Source
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),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(u32, *const i8, i32, *const i8, *const i8) -> FMOD_RESULT)

Some value of type T.