pub type PGENERATE_ROUTINE = Option<unsafe extern "C" fn(arg1: UINT32)>;
enum PGENERATE_ROUTINE { None, Some(unsafe extern "C" fn(_: u32)), }
No value.
Some value of type T.
T