Multiple places, here is an example.
/// 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,
pub fn with_raw_global_context<T, F: FnOnce(NonNull<ffi::Context>) -> T>(
I don't know what should go here?