pub type PFNSHOWSHAREFOLDERUIW = Option<unsafe extern "C" fn(hwndParent: HWND, pszPath: PCWSTR) -> HRESULT>;
enum PFNSHOWSHAREFOLDERUIW { None, Some(unsafe extern "C" fn(_: *mut HWND__, _: *const u16) -> i32), }
No value.
Some value of type T.
T