pub unsafe extern "system" fn CreateProcessW(
    lpapplicationname: *const u16,
    lpcommandline: *mut u16,
    lpprocessattributes: *const SECURITY_ATTRIBUTES,
    lpthreadattributes: *const SECURITY_ATTRIBUTES,
    binherithandles: i32,
    dwcreationflags: u32,
    lpenvironment: *const c_void,
    lpcurrentdirectory: *const u16,
    lpstartupinfo: *const STARTUPINFOW,
    lpprocessinformation: *mut PROCESS_INFORMATION
) -> i32
🔬This is a nightly-only experimental API. (windows_c)