Skip to main content

gr_method_randtest

Type Alias gr_method_randtest 

Source
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),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, *mut flint_rand_struct, *mut c_void) -> i32)

Some value of type T.