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§
None
No value.
Some(unsafe extern "C" fn(*const WSLPluginAPIV1, *mut WSLPluginHooksV1) -> HRESULT)
Some value of type T
.