Macro wedpr_ffi_macros::c_safe_proto_to_c_char_pointer[][src]

macro_rules! c_safe_proto_to_c_char_pointer {
    ($rust_proto:expr) => { ... };
}

Converts Rust protobuf to C char pointer, and returns NULL if failed.