pub type IsConstructDeletableFunction = Option<unsafe extern "C" fn(arg1: *mut ConstructHeader) -> bool>;
enum IsConstructDeletableFunction { None, Some(unsafe extern "C" fn(_: *mut constructHeader) -> bool), }
No value.
Some value of type T.
T