pub type UMemFreeFn = Option<unsafe extern "C" fn(context: *const c_void, mem: *mut c_void)>;
enum UMemFreeFn { None, Some(unsafe extern "C" fn(_: *const c_void, _: *mut c_void)), }
No value.
Some value of type T.
T