pub unsafe extern "C" fn codes_index_get_string(
    index: *const codes_index,
    key: *const c_char,
    values: *mut *mut c_char,
    size: *mut usize
) -> c_int