Function wren_sys::wrenHasModule

source ·
pub unsafe extern "C" fn wrenHasModule(
    vm: *mut WrenVM,
    module: *const c_char
) -> bool