[][src]Type Definition wren_sys::WrenBindForeignMethodFn

type WrenBindForeignMethodFn = Option<unsafe extern "C" fn(vm: *mut WrenVM, module: *const c_char, className: *const c_char, isStatic: bool, signature: *const c_char) -> WrenForeignMethodFn>;