pub type rtcTrackCallbackFunc = Option<unsafe extern "C" fn(pc: c_int, tr: c_int, ptr: *mut c_void)>;
pub enum rtcTrackCallbackFunc { None, Some(unsafe extern "C" fn(i32, i32, *mut c_void)), }
No value.
Some value of type T.
T