Type Definition wren_sys::WrenWriteFn [] [src]

type WrenWriteFn = Option<unsafe extern "C" fn(_: *mut WrenVM, _: *const c_char)>;