pub type XA_CLOSE_EPT = Option<unsafe extern "system" fn(param0: PCSTR, param1: i32, param2: i32) -> i32>;

Aliased Type§

enum XA_CLOSE_EPT {
    None,
    Some(unsafe extern "system" fn(_: PCSTR, _: i32, _: i32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: PCSTR, _: i32, _: i32) -> i32)

Some value of type T.