#[unsafe(no_mangle)]pub unsafe extern "C" fn patch_seq_base64_decode(
stack: Stack,
) -> StackExpand description
Decode a Base64 string (standard alphabet)
Stack effect: ( String – String Bool )
Returns the decoded string and true on success, empty string and false on failure.
§Safety
Stack must have a String value on top