pub unsafe fn new_bigint_i64( context: *mut JSContext, int: i64, ) -> Result<QuickJsValueAdapter, JsError>
When passing a context pointer please make sure the corresponding QuickJsContext is still valid