pub unsafe fn GetAclInformation(
    pacl: *const ACL,
    paclinformation: *mut c_void,
    naclinformationlength: u32,
    dwaclinformationclass: ACL_INFORMATION_CLASS
) -> Result<()>