[−][src]Function pspsdk_sys::sdk::sceKernelCreateVpl
pub unsafe extern "C" fn sceKernelCreateVpl(
name: *const c_char,
part: c_int,
attr: c_int,
size: c_uint,
opt: *mut SceKernelVplOptParam
) -> SceUID
Create a variable pool
@param name - Name of the pool @param part - The memory partition ID @param attr - Attributes @param size - Size of pool @param opt - Options (set to NULL)
@return The UID of the created pool, < 0 on error.