Type Alias VSFreeFunctionData

Source
pub type VSFreeFunctionData = Option<unsafe extern "system-unwind" fn(userData: *mut c_void)>;
Expand description

Free function type

Aliased Type§

enum VSFreeFunctionData {
    None,
    Some(unsafe extern "system-unwind" fn(*mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system-unwind" fn(*mut c_void))

Some value of type T.