[][src]Function pspsdk_sys::sdk::sceKernelNotifyCallback

pub unsafe extern "C" fn sceKernelNotifyCallback(
    cb: SceUID,
    arg2: c_int
) -> c_int

Notify a callback

@param cb - The UID of the specified callback @param arg2 - Passed as arg2 into the callback function

@return 0 on success, < 0 on error