pub unsafe extern "system" fn CreateJobObjectA(
    lpjobattributes: *const SECURITY_ATTRIBUTES,
    lpname: PCSTR
) -> HANDLE
Expand description

Required features: "Win32_System_JobObjects", "Win32_Foundation", "Win32_Security"