pub unsafe extern "C" fn codes_get_double_array(
    h: *const codes_handle,
    key: *const c_char,
    vals: *mut f64,
    length: *mut usize
) -> c_int