Type Definition wren::LoadModuleFn [] [src]

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