#[unsafe(no_mangle)]pub unsafe extern "C" fn patch_seq_compress_gunzip(
stack: Stack,
) -> StackExpand description
Decompress gzip data
Stack effect: ( String – String Bool )
Input should be base64-encoded gzip data. Returns decompressed string and success flag.
§Safety
Stack must have a String value on top