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