Type Alias WSLPluginAPI_EntryPointV1

Source
pub type WSLPluginAPI_EntryPointV1 = Option<unsafe extern "C" fn(Api: *const WSLPluginAPIV1, Hooks: *mut WSLPluginHooksV1) -> HRESULT>;

Aliased Type§

pub enum WSLPluginAPI_EntryPointV1 {
    None,
    Some(unsafe extern "C" fn(*const WSLPluginAPIV1, *mut WSLPluginHooksV1) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const WSLPluginAPIV1, *mut WSLPluginHooksV1) -> HRESULT)

Some value of type T.