pub type PCLUSTER_REG_CLOSE_BATCH = Option<unsafe extern "system" fn(hregbatch: HREGBATCH, bcommit: BOOL, failedcommandnumber: *mut i32) -> i32>;

Aliased Type§

enum PCLUSTER_REG_CLOSE_BATCH {
    None,
    Some(unsafe extern "system" fn(_: HREGBATCH, _: BOOL, _: *mut i32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: HREGBATCH, _: BOOL, _: *mut i32) -> i32)

Some value of type T.