pub type PLSA_FREE_PRIVATE_HEAP = Option<unsafe extern "system" fn(base: *const c_void)>;
enum PLSA_FREE_PRIVATE_HEAP { None, Some(unsafe extern "system" fn(_: *const c_void)), }
No value.
Some value of type T.
T