Function windows_sys::Win32::Security::Authorization::SetNamedSecurityInfoW
pub unsafe extern "system" fn SetNamedSecurityInfoW(
pobjectname: PCWSTR,
objecttype: SE_OBJECT_TYPE,
securityinfo: OBJECT_SECURITY_INFORMATION,
psidowner: PSID,
psidgroup: PSID,
pdacl: *const ACL,
psacl: *const ACL,
) -> WIN32_ERROR