Type Alias VSLogHandlerFree

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

Aliased Type§

enum VSLogHandlerFree {
    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.