Type Definition wren_sys::WrenWriteFn[][src]

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