pub unsafe extern "C" fn ASN1_BIT_STRING_set_bit(
    str_: *mut ASN1_BIT_STRING,
    n: c_int,
    value: c_int
) -> c_int