Function windows::Win32::Security::SetSecurityDescriptorDacl

pub unsafe fn SetSecurityDescriptorDacl<P0, P1>(
    psecuritydescriptor: PSECURITY_DESCRIPTOR,
    bdaclpresent: P0,
    pdacl: Option<*const ACL>,
    bdacldefaulted: P1,
) -> Result<()>
where P0: Param<BOOL>, P1: Param<BOOL>,