pub unsafe fn MQLocateNext<P0>(
    henum: P0,
    pcprops: *mut u32,
    apropvar: *mut PROPVARIANT
) -> Result<()>
where P0: IntoParam<HANDLE>,