pub type PREPLACE_UNLOAD = Option<unsafe extern "system" fn()>;
enum PREPLACE_UNLOAD { None, Some(unsafe extern "system" fn()), }
No value.
Some value of type T.
T