pub fn try_into_js_runtime_or_else<T: TryIntoJsRuntime, F: FnOnce(T) -> PassToJsRuntimeValue>(
    v: T,
    default: F
) -> PassToJsRuntimeValue