Function SHShowManageLibraryUI
pub unsafe fn SHShowManageLibraryUI<P0, P2, P3>(
    psilibrary: P0,
    hwndowner: HWND,
    psztitle: P2,
    pszinstruction: P3,
    lmdoptions: LIBRARYMANAGEDIALOGOPTIONS,
) -> Result<()>where
    P0: Param<IShellItem>,
    P2: Param<PCWSTR>,
    P3: Param<PCWSTR>,