pub unsafe fn OpenIMsgSession<P0>(
    lpmalloc: P0,
    ulflags: u32,
    lppmsgsess: *mut LPMSGSESS
) -> i32
where P0: IntoParam<IMalloc>,