pub unsafe fn ComDBGetCurrentPortUsage<P0>(
    hcomdb: P0,
    buffer: Option<&mut [u8]>,
    reporttype: u32,
    maxportsreported: Option<*mut u32>
) -> i32
where P0: IntoParam<HCOMDB>,