pub unsafe fn new_bigint_u64(
    context: *mut JSContext,
    int: u64
) -> Result<JSValueRef, JsError>
Expand description

Safety

When passing a context pointer please make sure the corresponding QuickJsContext is still valid