Function windows_sys::Win32::Security::SetSecurityDescriptorDacl

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