pub unsafe extern "system" fn TreeResetNamedSecurityInfoA(
    pobjectname: PCSTR,
    objecttype: SE_OBJECT_TYPE,
    securityinfo: OBJECT_SECURITY_INFORMATION,
    powner: PSID,
    pgroup: PSID,
    pdacl: *const ACL,
    psacl: *const ACL,
    keepexplicit: BOOL,
    fnprogress: FN_PROGRESS,
    progressinvokesetting: PROG_INVOKE_SETTING,
    args: *const c_void,
) -> WIN32_ERROR