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