pub unsafe extern "C" fn snappy_uncompressed_length(
    compressed: *const c_char,
    compressed_len: size_t,
    result: *mut size_t
) -> c_int