Function RegisterBindStatusCallback
pub unsafe fn RegisterBindStatusCallback<P0, P1>(
pbc: P0,
pbscb: P1,
ppbscbprev: *mut Option<IBindStatusCallback>,
dwreserved: u32,
) -> Result<()>where
P0: Param<IBindCtx>,
P1: Param<IBindStatusCallback>,