Type Alias vitasdk_sys::SceNotificationUtilProgressEventHandler
source · pub type SceNotificationUtilProgressEventHandler = Option<unsafe extern "C" fn(eventId: c_int)>;Aliased Type§
enum SceNotificationUtilProgressEventHandler {
None,
Some(unsafe extern "C" fn(_: i32)),
}