pub unsafe extern "C" fn gridDiskDistancesSafe(
    origin: H3Index,
    k: c_int,
    out: *mut H3Index,
    distances: *mut c_int
) -> H3Error