Macro wedpr_ffi_macros::c_safe_c_char_pointer_to_proto[][src]

macro_rules! c_safe_c_char_pointer_to_proto {
    ($c_char_pointer:expr, $pb_type:ty) => { ... };
}

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