Function windows::Wdk::Storage::FileSystem::SeExamineSacl
pub unsafe fn SeExamineSacl<P0>(
sacl: *const ACL,
resourcesacl: *const ACL,
token: *const c_void,
desiredaccess: u32,
accessgranted: P0,
generateaudit: *mut BOOLEAN,
generatealarm: *mut BOOLEAN,
)where
P0: Param<BOOLEAN>,