Function wedpr_ffi_common::utils::c_char_pointer_to_string[][src]

pub fn c_char_pointer_to_string(
    c_char_pointer: *const c_char
) -> Result<String, WedprError>

Converts C char pointer to Rust string.