pub type FMOD_OUTPUT_GETPOSITION_CALLBACK = Option<unsafe extern "C" fn(output_state: *mut FMOD_OUTPUT_STATE, pcm: *mut c_uint) -> FMOD_RESULT>;Aliased Type§
pub enum FMOD_OUTPUT_GETPOSITION_CALLBACK {
None,
Some(unsafe extern "C" fn(*mut FMOD_OUTPUT_STATE, *mut u32) -> u32),
}