#[no_mangle]
pub unsafe extern "C" fn ergo_lib_address_from_base58(
    address_str: *const c_char,
    address_out: *mut AddressPtr
) -> ErrorPtr