pub type gr_method_randtest = Option<unsafe extern "C" fn(arg1: gr_ptr, state: *mut flint_rand_struct, arg2: gr_ctx_ptr) -> c_int>;Aliased Type§
pub enum gr_method_randtest {
None,
Some(unsafe extern "C" fn(*mut c_void, *mut flint_rand_struct, *mut c_void) -> i32),
}