pub type rtcErrorCallbackFunc = Option<unsafe extern "C" fn(id: c_int, error: *const c_char, ptr: *mut c_void)>;
enum rtcErrorCallbackFunc { None, Some(unsafe extern "C" fn(_: i32, _: *const i8, _: *mut c_void)), }
No value.
Some value of type T.
T