pub unsafe extern "C" fn X509_REQ_set1_signature_value(
    req: *mut X509_REQ,
    sig: *const u8,
    sig_len: usize
) -> c_int