[][src]Function pspsdk_sys::sdk::sceKernelRegisterExceptionHandler

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

Register a exception handler

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

@return 0 on success, < 0 on error