Function loadx

Source
pub unsafe fn loadx<READER>(
    state: lua_State,
    reader: &mut READER,
    chunk_name: *const u8,
    mode: *const u8,
) -> Result<(), LError>
where READER: Read,