pub unsafe extern "C" fn ASN1_STRING_set(
    x: *mut ASN1_STRING,
    data: *const c_void,
    len_in: c_int
) -> c_int