pub type FMOD_FILE_CLOSE_CALLBACK = Option<unsafe extern "C" fn(handle: *mut c_void, userdata: *mut c_void) -> FMOD_RESULT>;Aliased Type§
pub enum FMOD_FILE_CLOSE_CALLBACK {
None,
Some(unsafe extern "C" fn(*mut c_void, *mut c_void) -> FMOD_RESULT),
}