You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Borrows the global context as a raw pointer and does some operation on it.////// If provided, after the operation is complete, [`rerandomize_global_context`]/// is called on the context. If you have some random data available,pubfn with_raw_global_context<T,F:FnOnce(NonNull<ffi::Context>) -> T>(