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