Skip to main content

GC_heap_section_proc

Type Alias GC_heap_section_proc 

Source
pub type GC_heap_section_proc = Option<unsafe extern "C" fn(arg1: *mut c_void, arg2: *mut c_void, arg3: GC_heap_section_type, arg4: *mut c_void)>;

Aliased Type§

pub enum GC_heap_section_proc {
    None,
    Some(unsafe extern "C" fn(*mut c_void, *mut c_void, u32, *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, *mut c_void, u32, *mut c_void))

Some value of type T.