pub type WSLPluginAPI_MountFolder = Option<unsafe extern "C" fn(Session: WSLSessionId, WindowsPath: PCWSTR, LinuxPath: PCWSTR, ReadOnly: BOOL, Name: PCWSTR) -> HRESULT>;
Expand description
Create plan9 mount between Windows & Linux
Aliased Type§
pub enum WSLPluginAPI_MountFolder {
None,
Some(unsafe extern "C" fn(u32, PCWSTR, PCWSTR, BOOL, PCWSTR) -> HRESULT),
}