Type Definition wren_sys::WrenLoadModuleFn [] [src]

type WrenLoadModuleFn = Option<unsafe extern "C" fn(_: *mut WrenVM, _: *const c_char) -> *mut c_char>;