[][src]Function pspsdk_sys::sdk::sceKernelExtendKernelStack

pub unsafe extern "C" fn sceKernelExtendKernelStack(
    type_: c_int,
    cb: Option<unsafe extern "C" fn(arg1: *mut c_void)>,
    arg: *mut c_void
) -> c_int

Extend the kernel thread stack

@param type - The type of block allocation. One of ::PspSysMemBlockTypes @param cb - A pointer to a callback function @param arg - A pointer to a user specified argument

@return < 0 on error