pub unsafe fn ADsPropCreateNotifyObj<P0, P1>(
    pappthddataobj: P0,
    pwzadsobjname: P1,
    phnotifyobj: *mut HWND
) -> Result<()>
where P0: IntoParam<IDataObject>, P1: IntoParam<PCWSTR>,