Function rs2cache::cache_read

source ·
#[no_mangle]
pub unsafe extern "C" fn cache_read(
    cache_ptr: *mut Cache,
    archive: u16,
    group: u16,
    file: u16,
    xtea_keys_arg: *const [i32; 4],
    out_len: *mut u32
) -> *mut u8