Function ksceKernelGetProcessLocalStorageAddrForPid

Source
pub unsafe extern "C" fn ksceKernelGetProcessLocalStorageAddrForPid(
    pid: SceUID,
    key: c_int,
    out_addr: *mut *mut c_void,
    create_if_doesnt_exist: c_int,
) -> c_int
Available on crate feature SceProcessmgrForDriver_stub only.