pub unsafe extern "system" fn GetAclInformation(
    pacl: *const ACL,
    paclinformation: *mut c_void,
    naclinformationlength: u32,
    dwaclinformationclass: ACL_INFORMATION_CLASS
) -> BOOL
Expand description

Required features: "Win32_Foundation"