Function windows_sys::Win32::Security::Authorization::SetEntriesInAclW
pub unsafe extern "system" fn SetEntriesInAclW(
ccountofexplicitentries: u32,
plistofexplicitentries: *const EXPLICIT_ACCESS_W,
oldacl: *const ACL,
newacl: *mut *mut ACL,
) -> WIN32_ERROR