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