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