pub type SceNotificationUtilProgressEventHandler = Option<unsafe extern "C" fn(eventId: c_int)>;
pub enum SceNotificationUtilProgressEventHandler { None, Some(unsafe extern "C" fn(i32)), }
No value.
Some value of type T.
T