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