pub type rtcRembHandlerCallbackFunc = Option<unsafe extern "C" fn(tr: c_int, bitrate: c_uint, ptr: *mut c_void)>;
enum rtcRembHandlerCallbackFunc { None, Some(unsafe extern "C" fn(_: i32, _: u32, _: *mut c_void)), }
No value.
Some value of type T.
T