[][src]Macro wedpr_ffi_macros::c_safe_c_char_pointer_to_bytes

macro_rules! c_safe_c_char_pointer_to_bytes {
    ($c_char_pointer:expr) => { ... };
}

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