Function std_string_from_bytes

Source
pub unsafe extern "C" fn std_string_from_bytes(
    out: *mut string,
    buffer: *const c_char,
    size: usize,
)