pub unsafe fn UtfToLocal(
    arg_utf: *const c_uchar,
    arg_len: c_int,
    arg_iso: *mut c_uchar,
    arg_map: *const pg_mb_radix_tree,
    arg_cmap: *const pg_utf_to_local_combined,
    arg_cmapsize: c_int,
    arg_conv_func: utf_local_conversion_func,
    arg_encoding: c_int,
    arg_noError: bool
) -> c_int