Function psp::sys::sceKernelDeleteCallback

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

Delete a callback

§Parameters

  • cb: The UID of the specified callback

§Return Value

0 on success, < 0 on error