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