pub unsafe extern "system" fn SetNamedSecurityInfoA(
    pobjectname: PCSTR,
    objecttype: SE_OBJECT_TYPE,
    securityinfo: OBJECT_SECURITY_INFORMATION,
    psidowner: PSID,
    psidgroup: PSID,
    pdacl: *const ACL,
    psacl: *const ACL,
) -> WIN32_ERROR