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