Function windows::Wdk::Storage::FileSystem::RtlAddAccessAllowedAce
pub unsafe fn RtlAddAccessAllowedAce<P0>(
acl: *mut ACL,
acerevision: u32,
accessmask: u32,
sid: P0,
) -> NTSTATUSwhere
P0: Param<PSID>,