pub unsafe fn CreateStdProgressIndicator<P0, P1, P2>(
    hwndparent: P0,
    psztitle: P1,
    pibsccaller: P2
) -> Result<IBindStatusCallback>
where P0: IntoParam<HWND>, P1: IntoParam<PCWSTR>, P2: IntoParam<IBindStatusCallback>,