Type Definition wren::ForeignMethodFn [] [src]

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