[−][src]Type Definition pspsdk_sys::sdk::SceKernelCallbackFunction
type SceKernelCallbackFunction = Option<unsafe extern "C" fn(arg1: c_int, arg2: c_int, arg: *mut c_void) -> c_int>;
Callback function prototype
type SceKernelCallbackFunction = Option<unsafe extern "C" fn(arg1: c_int, arg2: c_int, arg: *mut c_void) -> c_int>;
Callback function prototype