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