Function wedpr_ffi_common::utils::c_char_pointer_to_bytes[][src]

pub fn c_char_pointer_to_bytes(c_char_pointer: *const c_char) -> Vec<u8>

Converts C char pointer to Rust bytes.