pub type sceNetApctlHandler = Option<unsafe extern "C" fn(oldState: c_int, newState: c_int, event: c_int, error: c_int, pArg: *mut c_void)>;Aliased Type§
pub enum sceNetApctlHandler {
None,
Some(unsafe extern "C" fn(i32, i32, i32, i32, *mut c_void)),
}