pub unsafe fn SHShowManageLibraryUI<'a>(
psilibrary: impl IntoParam<'a, IShellItem>,
hwndowner: impl IntoParam<'a, HWND>,
psztitle: impl IntoParam<'a, PWSTR>,
pszinstruction: impl IntoParam<'a, PWSTR>,
lmdoptions: LIBRARYMANAGEDIALOGOPTIONS,
) -> Result<()>