pub unsafe extern "system" fn SetNamedSecurityInfoW(
    pobjectname: PCWSTR,
    objecttype: SE_OBJECT_TYPE,
    securityinfo: OBJECT_SECURITY_INFORMATION,
    psidowner: PSID,
    psidgroup: PSID,
    pdacl: *const ACL,
    psacl: *const ACL
) -> u32
Expand description

Required features: "Win32_Security_Authorization", "Win32_Foundation"