Type Definition wren_rust::WriteFn [] [src]

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