pub unsafe extern "system" fn SetSecurityDescriptorSacl(
    psecuritydescriptor: *mut SECURITY_DESCRIPTOR,
    bsaclpresent: BOOL,
    psacl: *const ACL,
    bsacldefaulted: BOOL
) -> BOOL
Expand description

Required features: "Win32_Security", "Win32_Foundation"