pub unsafe fn ComDBClaimPort<P0, P1>(
    hcomdb: P0,
    comnumber: u32,
    forceclaim: P1,
    forced: Option<*mut BOOL>
) -> i32
where P0: IntoParam<HCOMDB>, P1: IntoParam<BOOL>,