pub unsafe extern "system" fn SetSecurityDescriptorDacl(
    psecuritydescriptor: PSECURITY_DESCRIPTOR,
    bdaclpresent: BOOL,
    pdacl: *const ACL,
    bdacldefaulted: BOOL
) -> BOOL
Expand description

Required features: "Win32_Foundation"