Type Definition wren::WriteFn [] [src]

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