pub type SceKernelCallbackFunction = Option<unsafe extern "C" fn(arg1: c_int, arg2: c_int, arg: *mut c_void) -> c_int>;Expand description
Callback function prototype
Aliased Type§
pub enum SceKernelCallbackFunction {
None,
Some(unsafe extern "C" fn(i32, i32, *mut c_void) -> i32),
}