pub unsafe extern "C" fn X509_REQ_add_extensions_nid(
    req: *mut X509_REQ,
    exts: *const stack_st_X509_EXTENSION,
    nid: c_int
) -> c_int