[−][src]Function pspsdk_sys::sdk::pspDebugInstallErrorHandler
pub unsafe extern "C" fn pspDebugInstallErrorHandler(
handler: PspDebugErrorHandler
) -> c_int
Install an error handler to catch unhandled exceptions.
@param handler - Pointer to a handler function. If set to NULL it will default to resetting the screen and dumping the error. @return < 0 on error