Macro wedpr_ffi_macros::java_safe_bytes_to_pb[][src]

macro_rules! java_safe_bytes_to_pb {
    ($_env:expr, $result_jobject:expr, $rust_bytes:expr, $pb_type:ty) => { ... };
}

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