pub unsafe extern "C" fn rsa_copy(
    dst: *mut rsa_context,
    src: *const rsa_context
) -> c_int