#[no_mangle]
pub unsafe extern "C" fn rnp_op_sign_set_hash(
    op: *mut RnpOpSign<'_>,
    hash: *const c_char
) -> RnpResult