Function lua_getallocf

Source
pub unsafe extern "C-unwind" fn lua_getallocf(
    L: *mut lua_State,
    ud: *mut *mut c_void,
) -> unsafe extern "C-unwind" fn(*mut c_void, *mut c_void, usize, usize) -> *mut c_void
Available on crate feature mlua only.