[][src]Function pspsdk_sys::sdk::pspDebugInstallcoreoutHandler

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

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

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

@return < 0 on error, else 0.