Function windows::Wdk::Storage::FileSystem::RtlGetSaclSecurityDescriptor
pub unsafe fn RtlGetSaclSecurityDescriptor<P0>(
securitydescriptor: P0,
saclpresent: *mut BOOLEAN,
sacl: *mut *mut ACL,
sacldefaulted: *mut BOOLEAN,
) -> NTSTATUSwhere
P0: Param<PSECURITY_DESCRIPTOR>,