GC_has_static_roots_func

Type Alias GC_has_static_roots_func 

Source
pub type GC_has_static_roots_func = Option<unsafe extern "C" fn(arg1: *const c_char, arg2: *mut c_void, arg3: size_t) -> c_int>;

Aliased Type§

pub enum GC_has_static_roots_func {
    None,
    Some(unsafe extern "C" fn(*const u8, *mut c_void, u64) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const u8, *mut c_void, u64) -> i32)

Some value of type T.