pub unsafe fn ADsPropSetHwndWithTitle<P0, P1>(
    hnotifyobj: P0,
    hpage: P1,
    ptztitle: *const i8
) -> BOOL
where P0: IntoParam<HWND>, P1: IntoParam<HWND>,