pub unsafe extern "C" fn ASN1_BIT_STRING_set(
    str_: *mut ASN1_BIT_STRING,
    d: *const c_uchar,
    length: ossl_ssize_t
) -> c_int