pub type RTCErrorFunction = Option<unsafe extern "C" fn(userPtr: *mut c_void, code: RTCError, str: *const c_char)>;
pub enum RTCErrorFunction { None, Some(unsafe extern "C" fn(*mut c_void, RTCError, *const i8)), }
No value.
Some value of type T.
T