Function ASN1_STRING_set0

Source
pub unsafe extern "C" fn ASN1_STRING_set0(
    str_: *mut asn1_string_st,
    data: *mut c_void,
    len: i32,
)