pub type PFNCANSHAREFOLDERW = Option<unsafe extern "system" fn(pszpath: PCWSTR) -> HRESULT>;
enum PFNCANSHAREFOLDERW { None, Some(unsafe extern "system" fn(_: PCWSTR) -> HRESULT), }
No value.
Some value of type T.
T