Type Alias FMOD_CODEC_CLOSE_CALLBACK

Source
pub type FMOD_CODEC_CLOSE_CALLBACK = Option<unsafe extern "C" fn(codec_state: *mut FMOD_CODEC_STATE) -> FMOD_RESULT>;

Aliased Type§

enum FMOD_CODEC_CLOSE_CALLBACK {
    None,
    Some(unsafe extern "C" fn(*mut FMOD_CODEC_STATE) -> FMOD_RESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut FMOD_CODEC_STATE) -> FMOD_RESULT)

Some value of type T.