Function psp::sys::sceKernelNotifyCallback

source ·
#[no_mangle]
pub unsafe extern "C" fn sceKernelNotifyCallback(
    cb: SceUid,
    arg2: i32
) -> i32
Expand description

Notify a callback

§Parameters

  • cb: The UID of the specified callback
  • arg2: Passed as arg2 into the callback function

§Return Value

0 on success, < 0 on error