pub unsafe extern "C" fn ksceKernelRunWithStack(
    stack_size: SceSize,
    to_call: Option<unsafe extern "C" fn(arg1: *mut c_void) -> c_int>,
    args: *mut c_void
) -> c_int
Available on crate feature SceThreadmgrForDriver_stub only.