pub unsafe extern "C" fn pk_verify(
    ctx: *mut pk_context,
    md_alg: md_type_t,
    hash: *const c_uchar,
    hash_len: size_t,
    sig: *const c_uchar,
    sig_len: size_t
) -> c_int