[][src]Macro wedpr_ffi_macros::c_safe_string_to_c_char_pointer

macro_rules! c_safe_string_to_c_char_pointer {
    ($rust_string:expr) => { ... };
}

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