Type Definition wren_sys::WrenForeignMethodFn[][src]

type WrenForeignMethodFn = Option<unsafe extern "C" fn(vm: *mut WrenVM)>;