Function lua_setallocf

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