Macro wedpr_ffi_macros::java_safe_string_to_bytes[][src]

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

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