Type Definition wren::BindForeignMethodFn [] [src]

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