pub type BWAPI_GameWrapper_ostream_manipulator = Option<unsafe extern "C" fn(arg1: *mut std_ostream) -> *mut std_ostream>;
Expand description
Definition of ostream_manipulator type for convenience.

Aliased Type§

enum BWAPI_GameWrapper_ostream_manipulator {
    None,
    Some(unsafe extern "C" fn(_: *mut [u64; 34]) -> *mut [u64; 34]),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut [u64; 34]) -> *mut [u64; 34])

Some value of type T.