Function psp::sys::sceKernelFreeFpl

source ·
#[no_mangle]
pub unsafe extern "C" fn sceKernelFreeFpl(
    uid: SceUid,
    data: *mut c_void
) -> i32
Expand description

Free a block

§Parameters

  • uid: The UID of the pool
  • data: The data block to deallocate

§Return Value

0 on success, < 0 on error