pub type RTCProgressMonitorFunction = Option<unsafe extern "C" fn(ptr: *mut c_void, n: f64) -> bool>;
pub enum RTCProgressMonitorFunction { None, Some(unsafe extern "C" fn(*mut c_void, f64) -> bool), }
No value.
Some value of type T.
T