pub unsafe extern "C" fn botan_pk_op_encrypt_output_length(
    op: botan_pk_op_encrypt_t,
    inlen: usize,
    outlen: *mut usize
) -> c_int