pub type RTCMemoryMonitorFunction = Option<unsafe extern "C" fn(ptr: *mut c_void, bytes: isize, post: bool) -> bool>;
pub enum RTCMemoryMonitorFunction { None, Some(unsafe extern "C" fn(*mut c_void, isize, bool) -> bool), }
No value.
Some value of type T.
T