Function windows_sys::Win32::Security::Authorization::SetNamedSecurityInfoA
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