[−][src]Function pspsdk_sys::sdk::pspDebugInstallcoreinHandler
pub unsafe extern "C" fn pspDebugInstallcoreinHandler(
handler: PspDebugInputHandler
) -> c_int
Install a handler for corein (so you can use normal coreio functions)
@param handler - A pointer to input handler, NULL to disable.
@return < 0 on error, else 0.