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