Function windows_sys::Win32::System::Threading::CreateProcessA
pub unsafe extern "system" fn CreateProcessA(
lpapplicationname: PCSTR,
lpcommandline: PSTR,
lpprocessattributes: *const SECURITY_ATTRIBUTES,
lpthreadattributes: *const SECURITY_ATTRIBUTES,
binherithandles: BOOL,
dwcreationflags: PROCESS_CREATION_FLAGS,
lpenvironment: *const c_void,
lpcurrentdirectory: PCSTR,
lpstartupinfo: *const STARTUPINFOA,
lpprocessinformation: *mut PROCESS_INFORMATION,
) -> BOOL