pub unsafe fn KeyCredentialManagerShowUIOperation<P0>(
    hwndowner: P0,
    keycredentialmanageroperationtype: KeyCredentialManagerOperationType
) -> Result<()>
where P0: IntoParam<HWND>,