pub type PFNCOLHEAPFREE = Option<unsafe extern "system" fn(param0: *mut c_void) -> i32>;
pub enum PFNCOLHEAPFREE { None, Some(unsafe extern "system" fn(*mut c_void) -> i32), }
No value.
Some value of type T.
T