Type Alias embree4_sys::RTCErrorFunction

source ·
pub type RTCErrorFunction = Option<unsafe extern "C" fn(userPtr: *mut c_void, code: RTCError, str_: *const c_char)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.