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

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

Converts C char pointer to Rust string.