pub type SceKernelIntrOptHandlersCb2 = Option<unsafe extern "C" fn(intr_code: c_int, subintr_code: c_int, arg: *mut c_void) -> c_int>;Aliased Type§
pub enum SceKernelIntrOptHandlersCb2 {
None,
Some(unsafe extern "C" fn(i32, i32, *mut c_void) -> i32),
}