gtsc_vft

Type Alias gtsc_vft 

Source
pub type gtsc_vft = Option<unsafe extern "C" fn(chi: *const c_void, psi: *const c_void, is: *mut bool)>;

Aliased Type§

pub enum gtsc_vft {
    None,
    Some(unsafe extern "C" fn(*const c_void, *const c_void, *mut bool)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.