Type Alias mozangle::shaders::ffi::StrPairFunction

source ·
pub type StrPairFunction = Option<unsafe extern "C" fn(arg1: *mut c_void, arg2: *const c_char, arg3: usize, arg4: *const c_char, arg5: usize)>;

Aliased Type§

enum StrPairFunction {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void, _: *const i8, _: usize, _: *const i8, _: usize)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut c_void, _: *const i8, _: usize, _: *const i8, _: usize))

Some value of type T.