pub unsafe extern "C" fn JS_NewFloat64(
    ctx: *mut JSContext,
    d: f64
) -> JSValue