pub type check_function_callback = Option<unsafe extern "C" fn(func_id: Oid, context: *mut c_void) -> bool>;
pub enum check_function_callback { None, Some(unsafe extern "C" fn(Oid, *mut c_void) -> bool), }
No value.
Some value of type T.
T