Function aw::lua_setallocf[][src]

pub unsafe extern "C" fn lua_setallocf(
    L: *mut lua_State,
    f: extern "C" fn(*mut c_void, *mut c_void, usize, usize) -> *mut c_void,
    ud: *mut c_void
)