pub unsafe fn ClusterRegCloseBatch<P0, P1>(
    hregbatch: P0,
    bcommit: P1,
    failedcommandnumber: Option<*mut i32>
) -> i32
where P0: IntoParam<HREGBATCH>, P1: IntoParam<BOOL>,