pub type FMOD_CODEC_GETPOSITION_CALLBACK = Option<unsafe extern "C" fn(codec_state: *mut FMOD_CODEC_STATE, position: *mut c_uint, postype: FMOD_TIMEUNIT) -> FMOD_RESULT>;Aliased Type§
pub enum FMOD_CODEC_GETPOSITION_CALLBACK {
None,
Some(unsafe extern "C" fn(*mut FMOD_CODEC_STATE, *mut u32, u32) -> u32),
}