Type Definition lua_jit_sys::lua_Alloc [] [src]

type lua_Alloc = Option<unsafe extern "C" fn(_: *mut c_void, _: *mut c_void, _: usize, _: usize) -> *mut c_void>;