[][src]Function pspsdk_sys::sdk::sceKernelRegisterPriorityExceptionHandler

pub unsafe extern "C" fn sceKernelRegisterPriorityExceptionHandler(
    exno: c_int,
    priority: c_int,
    func: *mut c_void
) -> c_int

Register a exception handler with a priority

@param exno - The exception number @param priority - The priority of the exception @param func - Pointer to the exception handler function

@return 0 on success, < 0 on error