pub unsafe extern "C" fn JS_IsDate(
    ctx: *mut JSContext,
    obj: JSValue,
    ms_since_1970: *mut f64
) -> c_int