FMOD_DSP_LOG_FUNC

Type Alias FMOD_DSP_LOG_FUNC 

Source
pub type FMOD_DSP_LOG_FUNC = Option<unsafe extern "C" fn(level: FMOD_DEBUG_FLAGS, file: *const c_char, line: c_int, function: *const c_char, str_: *const c_char, ...)>;

Aliased Type§

pub enum FMOD_DSP_LOG_FUNC {
    None,
    Some(unsafe extern "C" fn(u32, *const i8, i32, *const i8, *const i8, ...)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(u32, *const i8, i32, *const i8, *const i8, ...))

Some value of type T.