pub unsafe extern "C" fn X509V3_EXT_print_fp(
    out: *mut FILE,
    ext: *const X509_EXTENSION,
    flag: c_int,
    indent: c_int
) -> c_int