[][src]Function pspsdk_sys::sdk::pspDebugInstallcoreerrHandler

pub unsafe extern "C" fn pspDebugInstallcoreerrHandler(
    handler: PspDebugPrintHandler
) -> c_int

Install a print handler for coreerr (so you can use normal print functions)

@param handler - A pointer to print handler, NULL to disable.

@return < 0 on error, else 0.