Macro wedpr_ffi_macros::java_safe_pb_to_bytes[][src]

macro_rules! java_safe_pb_to_bytes {
    ($_env:expr, $result_jobject:expr, $rust_pb:expr) => { ... };
}

Converts Rust protobuf to Rust bytes, and returns an error object if failed.