Type Definition wren_rust::LoadModuleFn [] [src]

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