pub unsafe extern "C" fn OPENSSL_vasprintf(
    str_: *mut *mut c_char,
    format: *const c_char,
    args: *mut __va_list_tag
) -> c_int