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