Skip to main content

SCRIPT_PRINTF_FUNC

Type Alias SCRIPT_PRINTF_FUNC 

Source
pub type SCRIPT_PRINTF_FUNC = Option<unsafe extern "C" fn(ctx: *mut c_void, MSGTYPE: c_int, string: *mut c_char, ...) -> c_int>;

Aliased Type§

pub enum SCRIPT_PRINTF_FUNC {
    None,
    Some(unsafe extern "C" fn(*mut c_void, i32, *mut i8, ...) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, i32, *mut i8, ...) -> i32)

Some value of type T.