Function psp::sys::sceKernelGetBlockHeadAddr

source ·
#[no_mangle]
pub unsafe extern "C" fn sceKernelGetBlockHeadAddr(
    blockid: SceUid
) -> *mut c_void
Expand description

Get the address of a memory block.

§Parameters

blockid - UID of the memory block.

§Return value

The lowest address belonging to the memory block.