pub unsafe extern "C" fn codes_julian_to_datetime(
    jd: f64,
    year: *mut c_long,
    month: *mut c_long,
    day: *mut c_long,
    hour: *mut c_long,
    minute: *mut c_long,
    second: *mut c_long
) -> c_int