Function windows_sys::Win32::System::Threading::CreateProcessWithTokenW
pub unsafe extern "system" fn CreateProcessWithTokenW(
htoken: HANDLE,
dwlogonflags: CREATE_PROCESS_LOGON_FLAGS,
lpapplicationname: PCWSTR,
lpcommandline: PWSTR,
dwcreationflags: PROCESS_CREATION_FLAGS,
lpenvironment: *const c_void,
lpcurrentdirectory: PCWSTR,
lpstartupinfo: *const STARTUPINFOW,
lpprocessinformation: *mut PROCESS_INFORMATION,
) -> BOOL